PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFMarkedContentReference Class / setPage Method
The com.o2sol.pdf4java.PDFPage on which the graphics objects in the marked-content sequence shall be rendered.
In This Topic
    setPage Method
    In This Topic
    Sets the PDF page that contains the marked-content sequence.
    Syntax
    public void setPage( 
       PDFPage page
    )

    Parameters

    page
    The com.o2sol.pdf4java.PDFPage on which the graphics objects in the marked-content sequence shall be rendered.
    See Also